home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / alfa / Make.conf < prev    next >
Encoding:
Text File  |  1989-10-18  |  419 b   |  19 lines

  1. # Begin Make.conf
  2.  
  3. SRCS=        bind.c draw.c event.c keymap.c measure.c menu.c scroll.c \
  4.         stdwin.c syswin.c timer.c
  5. OBJS=        bind.o draw.o event.o keymap.o measure.o menu.o scroll.o \
  6.         stdwin.o syswin.o timer.o
  7. OFILES=        $(OBJS) ../tools/*.o ../vtrm/*.o ../gen/*.o ../textedit/*.o \
  8.         ../vt/*.o
  9.  
  10. lib.a:        $(OFILES)
  11.         -rm -f @lib.a
  12.         ar cq @lib.a $(OFILES)
  13.         ranlib @lib.a
  14.         mv -f @lib.a lib.a
  15.         
  16. all:        lib.a
  17.  
  18. # End Make.conf
  19.